Fix compilation issue, and then VTI dom0 is up again.
authorfred@xuni-t01.sc.intel.com <fred@xuni-t01.sc.intel.com>
Tue, 2 Aug 2005 10:13:02 +0000 (02:13 -0800)
committerfred@xuni-t01.sc.intel.com <fred@xuni-t01.sc.intel.com>
Tue, 2 Aug 2005 10:13:02 +0000 (02:13 -0800)
Signed-off-by Kevin Tian <kevin.tian@intel.com>

xen/arch/ia64/domain.c
xen/include/public/arch-ia64.h

index a941036d694cfc564dde3dd11b6cb57b1d982aeb..f57a5699ab0a611aed72322bce815c1e813448f1 100644 (file)
@@ -933,7 +933,6 @@ void build_shared_info(struct domain *d)
 
     /* Set up shared-info area. */
     update_dom_time(d);
-    d->shared_info->domain_time = 0;
 
     /* Mask all upcalls... */
     for ( i = 0; i < MAX_VIRT_CPUS; i++ )
index 3ce2a7d7e47fa352658f2abacfbafd122cc46816..750ec7fae7d537feb3acc50e2c03aa1da0ef03a2 100644 (file)
@@ -253,7 +253,7 @@ typedef struct {
        int evtchn_vector;
 } arch_vcpu_info_t;
 
-typedef arch_vcpu_info_t vpd_t;
+typedef mapped_regs_t vpd_t;
 
 #define __ARCH_HAS_VCPU_INFO